const github.com/refraction-networking/utls.extensionEncryptedClientHello

11 uses

	github.com/refraction-networking/utls (current package)
		common.go#L132: 	extensionEncryptedClientHello    uint16 = 0xfe0d
		ech.go#L72: 	if ec.Version != extensionEncryptedClientHello {
		ech.go#L352: 						if extType == extensionEncryptedClientHello {
		handshake_messages.go#L176: 		exts.AddUint16(extensionEncryptedClientHello)
		handshake_messages.go#L696: 		case extensionEncryptedClientHello:
		handshake_messages.go#L870: 		exts.AddUint16(extensionEncryptedClientHello)
		handshake_messages.go#L1018: 		case extensionEncryptedClientHello: // encrypted_client_hello
		handshake_messages.go#L1082: 				b.AddUint16(extensionEncryptedClientHello)
		handshake_messages.go#L1131: 		case extensionEncryptedClientHello:
		u_conn.go#L535: 		Id:   extensionEncryptedClientHello,
		u_conn.go#L554: 		Id:   extensionEncryptedClientHello,